home *** CD-ROM | disk | FTP | other *** search
/ Champak 35 / jogo-disk-35.iso / Games / rocket_soccer.swf / scripts / DefineButton2_30 / BUTTONCONDACTION on(release).as
Text File  |  2007-02-26  |  134b  |  6 lines

  1. on(release){
  2.    _parent._parent.jugadores._visible = true;
  3.    _parent._parent.tutor.gotoAndStop(1);
  4.    _parent.gotoAndStop(1);
  5. }
  6.